.full-school-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.full-school-wrapper .scroll-wrapper .prev,
.full-school-wrapper .scroll-wrapper .next {
  position: absolute;
  width: 0.3rem;
  margin-top: 0.05rem;
}
.full-school-wrapper .scroll-wrapper .prev {
  left: 0.08rem;
}
.full-school-wrapper .scroll-wrapper .next {
  right: 0.08rem;
}
.full-school-wrapper .swiper-container1 {
  width: 6.5rem;
  margin-bottom: 0.26rem;
}
.full-school-wrapper .swiper-container1 .slide-wrapper .img {
  height: 0.4rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.25rem;
  color: #333333;
}
.full-school-wrapper .swiper-container2 {
  width: 7.5rem;
  height: 10.1rem;
}
.full-school-wrapper .swiper-container2 .swiper-slide {
  width: 6.5rem;
}
.full-school-wrapper .swiper-container2 .swiper-slide .class {
  display: flex;
  flex-direction: column;
  width: 6.5rem;
  background: #F7F7F7;
  border-radius: 0.28rem;
  margin: 0 0.5rem;
  padding: 0.7rem 0.5rem 0 0.5rem;
  color: #333333;
  font-weight: 400;
  font-size: 0.24rem;
}
.full-school-wrapper .swiper-container2 .swiper-slide .class .school {
  font-weight: bold;
  font-size: 0.34rem;
  color: #333333;
  margin-bottom: 0.28rem;
}
.full-school-wrapper .swiper-container2 .swiper-slide .class .address,
.full-school-wrapper .swiper-container2 .swiper-slide .class .phone {
  font-size: 0.24rem;
  color: #666666;
  margin-bottom: 0.21rem;
}
.full-school-wrapper .swiper-container2 .swiper-slide .class .img-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  width: 5.6rem;
  height: 4.4rem;
  margin-top: 0.3rem;
}
.full-school-wrapper .swiper-container2 .swiper-slide .class .img-wrapper img {
  width: 2.6rem;
  height: 2rem;
  border-radius: 0.18rem;
}
.full-school-wrapper .swiper-container2 .swiper-slide .class .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 0.68rem;
  margin-bottom: 0.76rem;
  line-height: 0.6rem;
  text-align: center;
  color: #FFFFFF;
}
.full-school-wrapper .swiper-container2 .swiper-slide .class .btn-wrapper .btn1 {
  width: 3.17rem;
  height: 0.6rem;
  background: linear-gradient(90deg, #FE6E47, #FE5A47);
  border-radius: 0.3rem;
  margin-right: 0.17rem;
  position: relative;
}
.full-school-wrapper .swiper-container2 .swiper-slide .class .btn-wrapper .btn1::after {
  position: absolute;
  top: 0.21rem;
  right: 0.25rem;
  display: block;
  content: "";
  width: 0.13rem;
  height: 0.13rem;
  border: 0.03rem solid #ff7566;
  border-left: none;
  border-top: none;
  transform: rotate(-45deg);
}
.full-school-wrapper .swiper-container2 .swiper-slide .class .btn-wrapper .btn2 {
  width: 2.35rem;
  height: 0.6rem;
  background: linear-gradient(90deg, #4776FE, #47AAFE);
  color: #fff;
  border-radius: 0.3rem;
  position: relative;
  overflow: hidden;
}
.full-school-wrapper .swiper-container2 .swiper-slide .class .btn-wrapper .btn2 img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.5rem;
}
